home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / B / Boston Help.cpt / Boston Help / background_2674.txt < prev    next >
Text File  |  1990-12-13  |  565b  |  31 lines

  1. -- background: 2674 from stack: in
  2. -- bmap block id: 4037
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=448 top=289 right=314 bottom=497
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1012 / 1012
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Go back to where you came
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide card button 13
  23.   hide card field 1
  24.  
  25.   visual effect checkerboard
  26.   doMenu "Back"
  27.  
  28. end mouseUp
  29.  
  30.  
  31.